add date

91

add date -

let date = new Date();
// add a day
date.setDate(date.getDate() + 1);

Comments

Submit
0 Comments